gdk_{pointer,keyboard}_grab are deprecated
authorGuido Günther <agx@sigxcpu.org>
Fri, 15 Mar 2013 17:24:27 +0000 (18:24 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 17 Mar 2013 10:58:21 +0000 (11:58 +0100)
so mention the non deprecated gdk_device_grab as well

gdk/gdktypes.h

index 97e4540a6744d82e50452e876cdb0d6e5ba359d0..d821251cac6738f4e919b883c8933fe441c514f5 100644 (file)
@@ -297,8 +297,8 @@ typedef enum
  *  viewable.
  * @GDK_GRAB_FROZEN: the resource is frozen by an active grab of another client.
  *
- * Returned by gdk_pointer_grab() and gdk_keyboard_grab() to indicate
- * success or the reason for the failure of the grab attempt.
+ * Returned by gdk_device_grab(), gdk_pointer_grab() and gdk_keyboard_grab() to
+ * indicate success or the reason for the failure of the grab attempt.
  */
 typedef enum
 {